encoding/binary.bigEndian.Uint16 (method, view implemented interface methods)
6 uses
encoding/binary (current package)
binary.go#L138: func (bigEndian) Uint16(b []byte) uint16 {
github.com/gotd/td/internal/mtproxy/faketls
record.go#L42: length := binary.BigEndian.Uint16(buf[3:])
github.com/gotd/td/session
telethon.go#L74: port := binary.BigEndian.Uint16(data[1+ipLength : 3+ipLength])
net/http
h2_bundle.go#L2174: ID: http2SettingID(binary.BigEndian.Uint16(buf[i*6 : i*6+2])),
nhooyr.io/websocket
close.go#L222: Code: StatusCode(binary.BigEndian.Uint16(p)),
frame.go#L81: h.payloadLength = int64(binary.BigEndian.Uint16(readBuf))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |